home *** CD-ROM | disk | FTP | other *** search
- #Concept skin v0.0.1 for popup.2.0.3.96.RC1 or late
- #author mkp, Tomsk, 2005
- #feel free to use this as a starting point for your future skins ;)
-
-
- h title.height+(avatar.height>text.height)+21
- w (avatar.width+text.width+8)>(icon.widht+title.width+12)
-
-
- # background
- object
- type bitmap
- source back.bmp
- x 0
- y 0
- w -1
- h -1
- end
-
-
- # Line under title
- object
- ifset 1
- type bitmap
- source line.bmp
- x 0
- y title.height+13
- end
-
-
- # border
- object
- type bitmap
- source border.bmp
- x 0
- y 0
- w window.width
- end
- object
- type bitmap
- source border.bmp
- x 0
- y -1
- w window.width
- end
- object
- type bitmap
- source border.bmp
- x 0
- y 0
- h -1
- end
- object
- type bitmap
- source border.bmp
- x -1
- y 0
- h -1
- end
-
-
- # color lines
- object
- type bitmap
- source m.bmp
- mono
- x 3
- y 3
- h 1
- w -50
- end
- object
- type bitmap
- source m.bmp
- mono
- x 3
- y 5
- h 1
- w -50
- end
- object
- type bitmap
- source m.bmp
- mono
- x 3
- y 7
- h 1
- w -50
- end
-
-
- # popup icon
- object
- ifset 2
- type icon
- x 4
- y 11
- end
-
-
- # avatar
- object
- ifset 3
- ifnotset 4
- type avatar
- x 4
- y 11+title.height+6
- w 32
- proportional 1
- end
- object
- ifset 3
- ifset 4
- type avatar
- x window.width-32-5
- y 11+title.height+6
- w 32
- proportional 1
- end
-
-
- #the clock
- object
- type clock
- source clock.bmp
- mono
- x window.width-48
- y 3
- clocksize 0 9 9 9 9 9 9 9 9 9 9 9 0 0 0
- end
-
-
- # popup title
- object
- type title
- color 228 228 228
- x 4+icon.width+icon.width/5
- y 11
- w window.width-6-icon.width-icon.width/5-22
- end
-
-
- # popup text
- object
- ifnotset 4
- type text
- x 6+avatar.width+avatar.width/16
- y title.height+17
- w window.width-avatar.width-12
- color 192 192 192
- end
- object
- ifset 4
- type text
- x 6
- y title.height+17
- w window.width-avatar.width-12
- color 192 192 192
- end
-